home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / mus / misc / MPTool.lha / MPTool / Bonus / LookFile / LookFile.doc < prev   
Text File  |  1997-10-28  |  1KB  |  43 lines

  1. Short:     A Simple Text File Transformer
  2. Author:    Patrick Heinrich
  3. E-mail:    patrick.heinrich@admieg.ensieg.inpg.fr
  4. Uploader: 
  5. Version:   0.02  
  6.  
  7.  
  8.  LookFile V0.02 '97 by TMG 
  9.  
  10.  Usage : LookFile <Option> <Infile> [<Outfile>]
  11.  
  12.  <Option> :      u  <=> File to Upper Case 
  13.                  l  <=> File to Lower Case
  14.                  s  <=> File to Look 'Smart'
  15.                  t  <=> File to Text Mode
  16.  
  17.  
  18. 1. History ;)
  19.  
  20. 0.01 : just a simple working version :)
  21.        
  22. 0.02 : [08/09/97]
  23.        improved the checking ...
  24.  
  25.  
  26. 2. Purpose :
  27.  
  28. It was made to transform upper case written texts into lower case or other
  29. styles. The 'u' and 'l' are basic transformations. The 's' (smart mode)
  30. puts the first character into upper case, following characters in lower case
  31. ( ex: "LOOKFILE" is changed in "Lookfile" ). The 't' (Text Mode) is looking
  32. for '.', '!', '?' to change your text (first letter of a sentence in upper
  33. case ...).
  34.  
  35. You just need to copy it wherever you want (c:, ...)
  36.  
  37. ex:  c:LookFile u Toto.txt  
  38.      will change your text file (Toto.txt) in an upper case text file ...
  39.  
  40.  
  41. 3. Hav' Fun
  42.  
  43.